home *** CD-ROM | disk | FTP | other *** search
/ Mac Cube 5: Home Applications / MacCube Volume 5: Home Applications.iso / Home / Personal Log v2.0.2 ƒ / Personal Log v2.0 Manual / Personal Log v2.0 Manual.rsrc / TEXT_134.txt < prev    next >
Text File  |  1995-06-15  |  9KB  |  102 lines

  1. Personal Log release info:
  2.  
  3. Version 1.0, 23 April 1994: Initial release.
  4.  
  5. Version 1.0.1, 30 April 1994: Fixed the registration dialog so that tabbing will take you to the next text box down. This was a simple oversight on my part.
  6.  
  7. Version 1.0.2, 3 May 1994: Fixed a minor bug in the date picker CDEF in the Search dialog that caused the year to be improperly hilighted when the user‚Äôs date configuration (in the Date & Time control panel) was the ‚ÄúStandard US‚Äù setup. The date picker was still usable, but the year was not hilighted properly when clicked on.
  8.  
  9. Version 1.0.3, 7 May 1994: Several features and bug fixes came with this release:
  10.      ‚Ä¢  Entering passwords to authorize something now echoes bullets (‚Ä¢). Entering a new password (in the New Log and Change Password dialogs) still echoes the actual text.
  11.      ‚Ä¢  Some people complained that using the pop-up menus in the dialogs caused their machines to crash when using System 7.0. I could not figure this one out, but since no users of System 7.1 complained, I suspect it is a problem with System 7.0‚Äôs dialog manager. Still, to be safe, I changed the code so that I manually handle all pop-up menus (rather than letting the dialog manager handle them). Hopefully this will fix things.
  12.      ‚Ä¢  The ‚ÄúAre you sure?‚Äù dialog comes up when closing an edited entry (not just a new entry).
  13.      ‚Ä¢  Log window now updates properly when doing a search.
  14.      ‚Ä¢  When bringing up the keyword manager, the insertion point is now set to the end of the keyword string.
  15.      ‚Ä¢  Fixed an error in the search logic for searching a log for entries that had all of the indicated keywords.
  16.  
  17. Version 1.0.4, 10 May 1994: I finally fixed that problem with the pop-up menus in the dialogs. The word is, it was not my programming (I always knew that!), but actually a bug with ResEdit. To all you programmers out there: ResEdit has a tendency to change the MDEF id number; make sure it remains at 0. (Thanks to those on comp.sys.mac.programmer who helped me with this). If this isn‚Äôt the problem, I don‚Äôt know what it could be.
  18.      I also fixed the bug that didn‚Äôt allow unregistered versions of Personal Log to open files when the Finder  launched Personal Log due to an open document event (i.e., double clicking a file).
  19.  
  20. Version 1.0.5, 16 May 1994: Argh!! More tiny bugs: 
  21.      ‚Ä¢  I fixed the bug where the program would have problems when you double-click the entry item of a new, unrecorded entry in the log window. 
  22.      ‚Ä¢  Fixed a memory management problem that only you people out there with EvenBetterBusError installed had problems with.  
  23.  
  24. Version 1.0.6, 23 May 1994: Found two sources of some elusive bus errors. They were tricky to find because the source of the problem was far away from the point where the program finally crashed. One important crash that has been eliminated is the occasional crash when you record a new entry. This was the trickiest to find.
  25.  
  26. Version 1.5, 20 June 1994: Added some interface features:
  27.     ‚Ä¢  The font size menu in the preference dialog now outlines usable sizes for fonts.  
  28.     ‚Ä¢  Wrote a speedier file loading procedure.
  29.     ‚Ä¢  Personal Log now supports styled text editing.
  30.     ‚Ä¢  You may now sort the entries in  the log window by subject or date.
  31.     ‚Ä¢  Apple‚Äôs Drag & Drop technology is now supported in text windows. You must have it installed to drag text.
  32.  
  33. Version 1.5.2, 25 June 1994: (Version 1.5.1 was released to one person.) Fixed some bugs:
  34.     ‚Ä¢  Dialogs now center properly on main screen. This bug only affect those with two or more monitors.
  35.     ‚Ä¢  Updated some balloon help text and some manual entries that needed to be changed with v1.5 (that is, I forgot to change . . .).
  36.     ‚Ä¢  You may now sort a log window with some of its entry windows open (including new entries). Personal Log will not force their closure when you go to sort. It still will force their closure when you reconstruct a file and close a log window. (I meant to make this so before I released it, but . . . well, you know). Also, I fixed other sorting-related bugs.
  37.     ‚Ä¢  I wrote the code for the ‚ÄúOther‚Ķ‚Äù item under the font size menu, but I forgot to put the link in the code between the menu selection and the dialog. Silly me. It‚Äôs in there now.
  38.  
  39. Version 1.5.3, 27 June 1994: That stupid ResEdit bug with the pop-up menus showed up again. Apple should release a new version. Also changed the characteristics of the entry window so that it staggers on the main screen.
  40.  
  41. Version 1.5.4, 29 June 1994: In my attempts to fix the dialog centering code, I mistakenly used a Color Quickdraw dependent function call, thus making Personal Log incompatible with older Macs even though they had System 7.  This is now fixed.
  42.  
  43. Version 1.5.5, 21 August 1994: Just an update to my address.
  44.  
  45. Version 1.6.0, 1 September 1994: Added a new interface feature plus fixed some bugs:
  46.     ‚Ä¢  Added the Date manager and all related features.
  47.     ‚Ä¢  Now allows entry windows to be stretched horizontally too.
  48.     ‚Ä¢  Fixed a problem which prevented the entry windows from scrolling properly when excessively large font sizes were used.
  49.     ‚Ä¢  Made the error control in the file system a little more sophisticated.
  50.  
  51. Version 1.6.1, 9 September 1994: Fixed some bugs:
  52.     ‚Ä¢  ‚ÄúLast Edit Date‚Äù is properly initialized when creating a new entry.
  53.     ‚Ä¢  Fixed the improper display of the ‚ÄúAre you sure?‚Äù dialog that appears when closing a editable entry by the go away box and no actual editing had taken place.
  54.     ‚Ä¢  Added ‚åò-. as a keyboard equivalent to the Cancel button in all dialogs.
  55.     ‚Ä¢  Added support for the arrows keys in the log window‚Äôs entry list.  You can use them to move the currently selected entry around.
  56.     ‚Ä¢  The last speech voice picked is now remembered and reset when launching Personal Log
  57.     ‚Ä¢  Added ‚åò-; as a keyboard method to stop speaking.
  58.  
  59. Version 1.6.2, 14 September 1994: Two bugs:
  60.     ‚Ä¢  Finally found the bug in the file system that occasionally corrupted files. The bug was introduced in v1.5, but it wasn‚Äôt until the changes I made in v1.6 that the problem surfaced. The bug was actually kind of nasty‚Äîit zeroed the file‚Äôs EOF in the data fork.  
  61.     ‚Ä¢  Fixed a bug where information that was changed in the Date Manager was not always saved to the log file.
  62.  
  63. Version 1.6.3, 21 September 1994: Finally tracked down and fixed a bug that made Personal Log crash on Mac Plus‚Äôs (and other similarly ancient machines).
  64.  
  65. Version 1.7.0, 16 October 1994: Added several features and fixed several bugs:
  66.     ‚Ä¢  ‚ÄúPrint Selection‚Äù in entry and log windows.
  67.     ‚Ä¢  New style search dialog with entry text searching.
  68.     ‚Ä¢  Saving entries in progress (in File Menu).
  69.     ‚Ä¢  Import Text files from Finder with Drag Manager by dragging text file to window.
  70.     ‚Ä¢  Open, create, and edit text files.
  71.     ‚Ä¢  Option to print log name at top of printouts.
  72.     ‚Ä¢  Can now open entries for editing from the Commands menu (entry must be selected in log window).
  73.     ‚Ä¢  Much faster file loading.
  74. Bugs fixed are:
  75.     ‚Ä¢  You can drag text from uneditable entries to the trash and it will be deleted.
  76.     ‚Ä¢  Shift key doesn‚Äôt work properly in entry windows.
  77.     ‚Ä¢  Crash in pop-up menus when opening the date manager (old ResEdit Bug -- pfft).
  78.     ‚Ä¢  Can‚Äôt drag text to last few lines of text with in window.
  79.     ‚Ä¢  Menus blink when typing in text windows.
  80.     ‚Ä¢  Editing an entry after sorting in a log window messes up the entry list.
  81. Plus new, lower site license rates and no longer a ‚Äúcripple-ware‚Äù product!
  82.  
  83. Version 2.0.0, 29 May 1995: Added many, many new features. The most notable:
  84.     ‚Ä¢ New WASTE text engine.
  85.     ‚Ä¢ Quickdraw GX printing support.
  86.     ‚Ä¢ Digital Signatures for entries.
  87.     ‚Ä¢ Much better file handling.
  88.     ‚Ä¢ Tab dialogs for the Log Manager and Preferences.
  89.  
  90. Version 2.0.1, 1 June 1995: Fixed a few bugs:
  91.    ‚Ä¢ Forgot to "turn on" Internet Config support in v2.0.0.  It is now on.
  92.    ‚Ä¢ Fixed some logical errors in dealing with read only documents (entry and text).
  93.    ‚Ä¢ Improved performance in low memory situations. 
  94.    ‚Ä¢ A few movable modal dialogs weren't allowing background windows to update.
  95.    ‚Ä¢ Forgot to remove some old code that limited the number of keywords to eight.
  96.  
  97. Version 2.0.2, 15 June 1995: Made Several minor enhancements & bug fixes:
  98.    ‚Ä¢ Fixed a bug dealing with the way my code accessed menus.
  99.    ‚Ä¢ Removed the "text blink" when opening entries and text files.
  100.    ‚Ä¢ Latest version of the WASTE Text Engine (CWASTE v1.1r15).
  101.    ‚Ä¢ Fixed a  bug which caused entries to "aquire" a signature when dragging from one log to another.
  102.    ‚Ä¢ Plugged a memory leak that was spilling 48 bytes at a time (but rather quickly).